home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / b / ckdker.bwr < prev    next >
Encoding:
Text File  |  1993-07-09  |  4.1 KB  |  106 lines

  1. CKDKER.BWR          "Beware File" for C-Kermit Version 5A        -*- text -*-
  2.  
  3.                    AOS/VS VERSION
  4.  
  5. Applies to 5A(189)
  6. Last update: Fri Jul  9 15:35:55 1993
  7.  
  8. Authors: Frank da Cruz, Christine M. Gianone, Columbia University.
  9.  
  10.   Copyright (C) 1985, 1993, Trustees of Columbia University in the City of New
  11.   York.  Permission is granted to any individual or institution to use this
  12.   software as long as it is not sold for profit.  This copyright notice must be
  13.   retained.  This software may not be included in commercial products without
  14.   written permission of Columbia University.
  15.  
  16. Report problems, suggestions, fixes, etc, to Frank da Cruz:
  17.  
  18.   Internet: fdc@watsun.cc.columbia.edu  (or)  fdc@columbia.edu
  19.   BITNET/EARN: FDCCU@CUVMA
  20.  
  21. Columbia University Academic Information Systems
  22. 612 West 115th Street, New York, NY  10025  USA
  23.  
  24.  
  25. AOS/VS C-Kermit system requirements and installation instructions are in the
  26. file CKDKER.INS.  Please be sure you have read that file before concluding
  27. that C-Kermit isn't working correctly on AOS/VS.
  28.  
  29.  
  30. DOCUMENTATION
  31.  
  32. C-Kermit 5A is documented in the book "Using C-Kermit" by Frank da Cruz
  33. and Christine M. Gianone, Digital Press, Burlington, MA, USA.  Digital
  34. Press ISBN: 1-55558-108-0; Prentice-Hall ISBN: 0-13-037490-3.  Price: US
  35. $34.95.  In USA, call DECdirect at 1-800-344-4825, refer to order number
  36. EY-J896E-DP.
  37.  
  38.  
  39. RESTRICTIONS
  40.     
  41. Commands:
  42.     
  43.  . Local C-Kermit commands such as WHO, DIR, etc, that are implemented through
  44.    CLI calls cannot be interrupted except by entering BREAK (CMD-BRK on DG 
  45.    terminals) followed by ^C^A.
  46.  
  47.  . The MAIL command has not been implemented
  48.     
  49.  . The BYE command has not been implemented.
  50.  
  51.  . The WHO command does not accept arguments.
  52.     
  53.  . It is not possible to SUSPEND AOS/VS C-Kermit sessions.
  54.  
  55. Communications:
  56.  
  57.  . The AOS/VS serial communication device driver requires the RS-232 Carrier
  58.    Detect (CD) signal to be on before it can communicate.  For dialout
  59.    connections, therefore, the modem must be configured to force Carrier Detect
  60.    to be on at all times.  Direct connections should feed another active 
  61.    signal, such as DTR, into the VS system's serial port CD circuit.
  62.  
  63.  . AOS/VS Kermit cannot determine the status of modem signals on a line.
  64.  
  65.  . When a locally-established connection to a remote system has been broken,
  66.    the local AOS/VS C-Kermit will write "Communications disconnect" to the
  67.    screen, but will not finish the rest of the line until there is input from
  68.    the keyboard.
  69.  
  70. File Transfer:
  71.  
  72.  . The fullscreen file transfer display is not supported.
  73.  
  74.  . If a file is sent to AOS/VS C-Kermit whose name contains VS template
  75.    characters (+, *, ^, \, #), C-Kermit fails to open the output file and
  76.    the transfer fails.  (This was fixed 12 May 93 -- "show versions" should
  77.    report "Data General file support, 5A(065) 12 May 93".)
  78.  
  79.  . When AOS/VS C-Kermit is running in server mode, and receives a BYE command,
  80.    AOS/VS C-Kermit terminates but its parent process does not.  Thus you must
  81.    still CONNECT back to the AOS/VS system and log out.
  82.     
  83.  . When AOS/VS C-Kermit is receiving a file, and the file collision action is
  84.    set to "update" (meaning that the incoming file should overwrite the
  85.    existing file only if its "creation" date is more recent), and the incoming
  86.    file is in fact newer, the modification date on the resulting file will
  87.    actually be the date/time of the transfer (the real last modification
  88.    date/time).  This can cause succeeding "update" operations on this file
  89.    to fail.
  90.  
  91.  . One user reports that in order for AOS/VS C-Kermit to receive 8-bit binary
  92.    files, the CLI command CHAR/ON/8BT must be given before starting C-Kermit.
  93.  
  94.  
  95. KNOWN PROBLEMS
  96.  
  97. Abnormal terminations (stack dumps) may occasionally occur on expiration of
  98. certain timers (when, for instance, the local Kermit gets no response from the
  99. remote Kermit).  Apparently this happens only in local mode, i.e. when
  100. C-Kermit was used to initiate a connection to another computer by DIALing.
  101. Cause: Unknown.  Cure: Unknown.  Possible workarounds:  (a) Tell C-Kermit to
  102. SET SEND TIMEOUT 0; (b) Make your connection without using the DIAL command.
  103. (These workarounds are untested.)
  104.  
  105. (End of CKDKER.BWR)
  106.